home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tang100.zip / TANG.CTL < prev    next >
Text File  |  1991-03-26  |  2KB  |  76 lines

  1. #
  2. # Control file for TANG, the file describer
  3. # Copyright (c) 1991 Ted Tang, ALL RIGHTS RESERVED
  4. #
  5. # This is a comment, any thing after a "#" is ignored (I hope).
  6. # This file is read by the master program TANG.EXE.  This file must be
  7. # located wherever TANG.EXE is (search path is OK).
  8. #
  9. # Describe
  10. # --------
  11. # This keyword is used to match "mystery file" descriptions, files for
  12. # which it should attempt to locate a description for.
  13. # The first one is used to describe files it can't.
  14. #
  15. # You can define up to 30 mystery file descriptions to be replaced.
  16. #
  17. # Default description:
  18. #
  19.   Describe No description available
  20. #
  21.   Describe ???
  22.   Describe Mystery file
  23.   Describe Unknown
  24. #
  25. # The following are the master list files to search through.  They must
  26. # be SORTED!  Use QSORT, it's good.  The lists are searched in the order
  27. # listed below so define them from common to uncommon.  I place my own
  28. # BBS master list as the last one.  You may also want to make a
  29. # preliminary list as the first one containing descriptions to very
  30. # common files like READ.ME or DEMO.BAT.
  31. #
  32. # TANG uses a fast binary search.
  33. #
  34. # You can define up to 30 lists.
  35. #
  36. # Each LIST file must have an associated FORMAT field.  FORMAT keyword
  37. # must come after the LIST keyword and the last FORMAT keyword takes
  38. # precidence if more than one is used before another LIST keyword.
  39. #
  40. # List field
  41. # ----------
  42. # Complete path and file name of list file.
  43. #
  44. # Format field
  45. # ------------
  46. # Single letters describing each field in the file.  Fields are
  47. # delimited by space.
  48. #
  49. # F = complete file name (FILENAME.EXT)
  50. # N = file name (FILENAME) (not implemented)
  51. # E = extention (EXT) (not implemented)
  52. # i = ignore
  53. #
  54. # Index field
  55. # -----------
  56. # Starting column where the descriptions begin.
  57. #
  58. # These first definitions define the FILES.BBS list.  You must have
  59. # them.
  60. #
  61.   Format F
  62.   Index  14
  63. #
  64. # The following defines the actual lists to search through.
  65. #
  66.   List   RBBS.Cat
  67.   Format Fii
  68.   Index  34
  69. #
  70.   List   DFMaster.Fil
  71.   Format Fii
  72.   Index  32
  73. #
  74. # End of control file
  75. #
  76.